runtime.heapStatsDelta.committed (field)
10 uses
runtime (current package)
arena.go#L800: atomic.Xaddint64(&stats.committed, -int64(s.npages*pageSize))
arena.go#L962: atomic.Xaddint64(&stats.committed, int64(userArenaChunkBytes))
metrics.go#L341: out.scalar = uint64(in.heapStats.committed - in.heapStats.inHeap -
metrics.go#L434: out.scalar = uint64(in.heapStats.committed+in.heapStats.released) +
mgcscavenge.go#L793: atomic.Xaddint64(&stats.committed, -nbytes)
mheap.go#L1361: atomic.Xaddint64(&stats.committed, int64(scav))
mstats.go#L469: consRetained := uint64(consStats.committed - consStats.inStacks - consStats.inWorkBufs - consStats.inPtrScalarBits)
mstats.go#L662: committed int64 // byte delta of memory committed
mstats.go#L688: a.committed += b.committed
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |